OnAddRange Method (FieldCollection<T>)
Performs additional custom processes before inserting a new element array into the
System.Collections.CollectionBase instance.
protected override void OnAddRange(
object[]
)
'Declaration
Protected Overrides Sub OnAddRange( _
ByVal () As Object _
)
'Usage
Dim instance As FieldCollection(Of T)
Dim value() As Object
instance.OnAddRange(value)
Parameters
- value
- The new value of the element array.